Skip to content

Inscoper::CurrentStatusAction

CurrentStatusAction class allows executing code after status updates. More...

#include <CurrentStatusAction.h>

Public Functions

Name
virtual ~CurrentStatusAction()
Virtual destructor.
virtual void onUpdateSucceded(const Inscoper::StatusPtr & status) =0
Notify status update success.

Detailed Description

class Inscoper::CurrentStatusAction;

CurrentStatusAction class allows executing code after status updates.

This abstract class allows users to receive callbacks when a setCurrentStatus or a getCurrentStatus method has been called.

Public Functions Documentation

function ~CurrentStatusAction

inline virtual ~CurrentStatusAction()

Virtual destructor.

function onUpdateSucceded

virtual void onUpdateSucceded(
    const Inscoper::StatusPtr & status
) =0

Notify status update success.

Parameters:

  • status : The updated status object

This callback method is invoked after a setCurrentStatus or a getCurrentStatus method has been called.


Updated on 2026-04-02 at 10:55:35 +0200